golang.org/x/net/http2.ClientConn.werr (field)
7 uses
golang.org/x/net/http2 (current package)
transport.go#L432: werr error // first write error that has occurred
transport.go#L863: err: &cc.werr,
transport.go#L901: if cc.werr != nil {
transport.go#L903: return nil, cc.werr
transport.go#L1738: werr := cc.werr
transport.go#L1778: for len(hdrs) > 0 && cc.werr == nil {
transport.go#L1798: return cc.werr
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)